const go/types._MisplacedConstraintIface

4 uses

	go/types (current package)
		call.go#L142: 						check.errorf(call, _MisplacedConstraintIface, "cannot use interface %s in conversion (contains specific type constraints or is comparable)", T)
		errorcodes.go#L1376: 	_MisplacedConstraintIface
		typexpr.go#L167: 					check.softErrorf(e, _MisplacedConstraintIface, "interface is (or embeds) comparable")
		typexpr.go#L169: 					check.softErrorf(e, _MisplacedConstraintIface, "interface contains type constraints")